missing import
This commit is contained in:
@@ -53,10 +53,6 @@ _list() {
|
||||
curl -fL -w "\n" -s -H "Secret: $MFL_TOKEN" "$MFL_ROOTURL"/ls
|
||||
}
|
||||
|
||||
#~ _simple_list() {
|
||||
#~ curl -fL -w "\n" -s -H "Secret: $MFL_TOKEN" "$MFL_ROOTURL"/ls | sed 's/.*http/http/' | tail -n +3
|
||||
#~ }
|
||||
|
||||
_write() {
|
||||
# stdin is open
|
||||
[ -t 0 ] || {
|
||||
|
||||
Reference in New Issue
Block a user