fix
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env miaou-bash
|
||||||
|
|
||||||
|
# CONSTANTS
|
||||||
|
|
||||||
|
# FUNCTIONS
|
||||||
|
|
||||||
|
# MAIN
|
||||||
|
|
||||||
|
[ "$UID" -ne 0 ] && echo 'root privilege required' && exit 1
|
||||||
|
|
||||||
|
echo TODO: self-upgrade
|
||||||
Reference in New Issue
Block a user