mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
git/doit.sh: Removed script added by mistake.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
ca3f2ab27c
commit
a4031539e5
1 changed files with 0 additions and 8 deletions
8
doit.sh
8
doit.sh
|
@ -1,8 +0,0 @@
|
|||
#!/bin/sh
|
||||
for FILE in `cat ~/FOOME.txt`; do \
|
||||
sed -i "s/Ryan P\.C\. McQuen/orphaned - no maintainer/" "$FILE"
|
||||
sed -i "s/ryanpcmcquen@member\.fsf\.org/nobody@nowhere/" "$FILE"
|
||||
git add -A :/
|
||||
git commit -sm "$(echo $FILE | cut -d'/' -f1-2): Orphan build."
|
||||
done
|
||||
|
Loading…
Reference in a new issue