Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
2 files
+ 16
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
4
@@ -2,10 +2,11 @@
date
export OG_DIR=$(pwd)
OG_DIR=$(pwd)
export OG_DIR
echo $OG_DIR
echo "$OG_DIR"
ls -la $OG_DIR
ls -la $OG_DIR/../.
ls -la "$OG_DIR"
ls -la "$OG_DIR/../."
ls -la ~/
Loading