mirror of
https://github.com/kneutron/ansitest.git
synced 2025-02-06 05:08:25 +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;
|