Skip to content

Commit

Permalink
chore: new bin
Browse files Browse the repository at this point in the history
  • Loading branch information
pyinto committed Jul 29, 2024
1 parent 80d6a47 commit 5809f5c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/build_n_flush
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ build() {


flush() {
cp ${BUILD_PATH}/${BUILD_NAME} ./test
cp ${BUILD_PATH}/${BUILD_NAME} ${KEYBOARD_MOUNT_PATH}
}


ACTION=$1
if [ -z $ACTION ]; then
echo "Building and flushing..."
build
sleep 1
flush
echo "Built and flushed!"

Expand Down

0 comments on commit 5809f5c

Please sign in to comment.