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
|
|
|