dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

vidoas1 (110B)


      1 #!/bin/dash
      2 if [ "$(id -u)" != 0 ]; then
      3         doas /root/script/vidoas
      4 else
      5         /root/script/vidoas
      6 fi