Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
UGLimusic
GitHub Repository: UGLimusic/decouverte_shell
Path: blob/main/VM/02_start
67 views
#! /bin/sh

rm -rf EXO
mkdir EXO
cd EXO
mkdir -p dir1/dir2
printf "This is the content of doc1.\n">  dir1/dir2/doc1
mkdir dir3
printf "This is the content of doc2.\n">  dir3/doc2
mkdir truc
touch machin toto
echo "Tu peux commencer l'EXO"
echo "Tape 'cd EXO'."