Skip to content

Commit

Permalink
PIZZA and BEER
Browse files Browse the repository at this point in the history
  • Loading branch information
jl777 committed Jan 25, 2018
1 parent 854c233 commit f41277a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fiat-cli
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ echo mnz; fiat/mnz $1 $2 $3 $4
echo axo; fiat/axo $1 $2 $3 $4
echo etomic; fiat/etomic $1 $2 $3 $4
echo btch; fiat/btch $1 $2 $3 $4
echo pizza; fiat/pizza $1 $2 $3 $4
echo beer; fiat/beer $1 $2 $3 $4
2 changes: 2 additions & 0 deletions src/fiat/beer
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
./komodo-cli -ac_name=BEER $1 $2 $3 $4 $5 $6
2 changes: 2 additions & 0 deletions src/fiat/pizza
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
./komodo-cli -ac_name=PIZZA $1 $2 $3 $4 $5 $6

0 comments on commit f41277a

Please sign in to comment.