mirror of
https://schlomp.space/tastytea/hashboot
synced 2024-11-16 14:37:06 +01:00
12 lines
103 B
Bash
Executable File
12 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
case $1 in
|
|
add)
|
|
hasboot index
|
|
;;
|
|
remove)
|
|
hasboot index
|
|
;;
|
|
esac
|
|
|