mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 09:29:55 +01:00
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# run top inside a jail
|
|
|
|
/usr/bin/top -J $1
|