Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
BASH
36
pushMe
Guest on 16th May 2022 05:19:35 PM
#!/bin/csh -f
set
here =
`
pwd
`
git add
--all
*
git commit
-m
"updated from
$here
:t"
git push
origin master
Raw Paste
#!/bin/csh -f set here = `pwd` git add --all * git commit -m "updated from $here:t" git push origin master
Login
or
Register
to edit or fork this paste. It's free.