mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-09-26 21:01:15 +08:00
8 lines
160 B
Bash
8 lines
160 B
Bash
#!/usr/bin/env bash
|
|
|
|
#############################################
|
|
## NOOP (no operation)
|
|
#############################################
|
|
|
|
exec tail -f /dev/null
|