2018-08-07 19:31:46 +00:00
|
|
|
#!/bin/bash
|
2018-08-14 00:21:22 +00:00
|
|
|
# @app pluie/libyaml
|
2018-08-07 19:31:46 +00:00
|
|
|
# @author a-Sansara https://git.pluie.org/pluie/docker-images
|
|
|
|
|
|
|
|
. /scripts/common.sh
|
|
|
|
|
2018-08-14 00:21:22 +00:00
|
|
|
cd /home/repo/lib-yaml
|
|
|
|
echo "try any samples"
|
2018-08-07 19:31:46 +00:00
|
|
|
bash
|
2018-08-14 00:21:22 +00:00
|
|
|
|