mirror of https://github.com/fengyuhetao/shell.git
6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# testing the at command
|
||
|
|
||
|
at -f 4.sh 22:10
|