mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-08-23 04:03:29 +08:00
add done: 20180222 3 reasons to say -no- in DevOps.md
This commit is contained in:
7
sources/remove_DMCA.sh
Executable file
7
sources/remove_DMCA.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
domain="$1"
|
||||
git checkout -b "$domain"
|
||||
git grep -l "$domain"|while read file; do git rm "$file"; done
|
||||
git commit -a -m "remove $domain"
|
||||
git push -u origin "$domain"
|
||||
git checkout master
|
||||
Reference in New Issue
Block a user