ansitest/proxmox/proxmox-enter-container.sh

8 lines
85 B
Bash
Raw Normal View History

2024-02-19 11:07:45 -07:00
#!/bin/bash
# provide container number as arg to get root
pct enter $1
date
exit;