mirror of
https://github.com/edu4rdshl/nspawn-utils.git
synced 2026-07-18 07:34:46 +00:00
Better format.
This commit is contained in:
parent
3469a30bcf
commit
9f0d815f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [ "$1" == "static" ]; then
|
||||
find -maxdepth 3 -not -path '*/\.*' -not -empty -print |cut -c 3- |tr '/' ' ' |sort |awk 'NF == 3' |tr ' ' '/' | awk -F/ 'BEGIN {printf("%13s | %10s | %33s \n" ,"DISTRO", "VERSION", "INIT COMMAND")} {printf "%13s | %10s | nspawn -i %s/%s/%s\n", $1, $2, $1, $2, $3}' > /var/www/html/storage/list.txt
|
||||
find -maxdepth 3 -not -path '*/\.*' -not -empty -print |cut -c 3- |tr '/' ' ' |sort |awk 'NF == 3' |tr ' ' '/' | awk -F/ 'BEGIN {printf("%13s | %10s | %33s \n%13s | %10s | %33s\n" ,"DISTRO", "VERSION", "INIT COMMAND", "-------------", "----------", "---------------------------------")} {printf "%13s | %10s | nspawn -i %s/%s/%s\n", $1, $2, $1, $2, $3}' > /var/www/html/storage/list.txt
|
||||
elif [ "$1" == "website" ]; then
|
||||
cd /var/www/html/nspawn.org/
|
||||
git pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue