7 lines
56 B
Bash
Executable File
7 lines
56 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
vim $BLACKLIST
|
|
bash $NFT_RESET
|