mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
8 lines
85 B
Bash
8 lines
85 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# provide container number as arg to get root
|
||
|
pct enter $1
|
||
|
date
|
||
|
|
||
|
exit;
|