This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal EnableDelayedExpansion | |
rem ====================================== | |
rem 設定部分(必要に応じて変更してください) | |
rem ====================================== | |
set "SUFFIX1=Private" | |
set "SUFFIX2=Work" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
############################################################ | |
# 設定部分(必要に応じて書き換えてください) | |
############################################################ | |
SUFFIX1="Private" | |
SUFFIX2="Work" | |
# 初回起動時など、接尾語ディレクトリが何も無い場合に使うデフォルト接尾語 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Error: No instance specified." | |
echo "Usage: ./delete-all.sh example.com" | |
exit 1 | |
fi | |
read -p $'\e[31mDelete all data for \e[1;31m'"$1"$'\e[31m. Are you sure? (y/n): \e[0m' response |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am cookieramen on github. | |
* I am aureoleark (https://keybase.io/aureoleark) on keybase. | |
* I have a public key ASCJGe_CmJMMgiyD_8L5NoLBVD07UfWnnMwgBC3beVhPVwo | |
To claim this, I am signing this object: |