Commit 2374a983 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 0562d33c
#!/usr/bin/env bash #!/usr/bin/env bash
set -o errexit set -o errexit
source /etc/railgun/profile
if grep -q $1 hacks.csv; then if grep -q $1 hacks.csv; then
sed -i "s/$1.*/$1,$2/" hacks.csv sed -i "s/$1.*/$1,$2/" hacks.csv
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment