Add Bash, PHP, Perl

This commit is contained in:
1computer1 2019-03-15 19:48:24 -04:00
parent bb8e6d5cfa
commit c8048b3a08
10 changed files with 53 additions and 0 deletions

4
docker/bash/Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM bash
LABEL author="1Computer1"
COPY run.sh /var/run/

2
docker/bash/run.sh Normal file
View file

@ -0,0 +1,2 @@
echo "$1" > program.sh
bash program.sh