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