Skip to content
Snippets Groups Projects

MVP build process

Merged Erick Hitter requested to merge 1-add-build into master
Compare and
3 files
+ 32
0
Compare changes
  • Side-by-side
  • Inline
Files
3
scripts/build.sh 0 → 100644
+ 12
0
 
#!/usr/bin/env bash
 
 
date
 
 
OG_DIR=$(pwd)
 
export OG_DIR
 
 
echo "$OG_DIR"
 
 
ls -la "$OG_DIR"
 
ls -la "$OG_DIR/../."
 
ls -la ~/
Loading