ansitest/proxmox/proxmox-enter-container.sh
2024-02-19 11:07:45 -07:00

8 lines
85 B
Bash

#!/bin/bash
# provide container number as arg to get root
pct enter $1
date
exit;