mirror of https://github.com/1N3/Sn1per.git
Sn1per by 1N3CrowdShield
This commit is contained in:
parent
0c5e64c247
commit
5038bc72a3
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
# build script to push to github...
|
||||
git add *
|
||||
git commit -m 'Sn1per by 1N3CrowdShield'
|
||||
git push origin master
|
||||
Loading…
Reference in New Issue