need to commit
This commit is contained in:
8
remove_all
Executable file
8
remove_all
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
. nvim_data
|
||||
|
||||
for i in "${!nvim_data[@]}"; do
|
||||
printf '%s: %s\n' "$i" "${nvim_data[$i]}"
|
||||
rm -rf "${nvim_data[$i]}"
|
||||
done
|
Reference in New Issue
Block a user