Create data/ dir, move cli, 9p and readfile there.

This commit is contained in:
Ciro Santilli
2018-04-06 01:02:41 +01:00
parent d23e7ee183
commit 9405b35ad2
7 changed files with 36 additions and 31 deletions

5
common
View File

@@ -17,8 +17,11 @@ set_common_vars() {
}
root_dir="$(pwd)"
out_dir="${root_dir}/out"
data_dir="${root_dir}/data"
p9_dir="${data_dir}/9p"
readfile_file="${data_dir}/readfile"
common_dir="${out_dir}/common"
f=cli.gitignore
f="${data_dir}/cli"
if [ -f "$f" ]; then
. "$f"
fi