github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/script/tmpmount (about)

     1  #!/bin/bash
     2  
     3  mount -t tmpfs none /tmp
     4  exec "$@"