Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkm20 committed Sep 17, 2022
1 parent 83d8392 commit b92169f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion MacOS/Bin/ash
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#! /bin/bash

directory=$(pwd)
in=0

echo ''
echo 'This is a program not asscoiated with any companies'
echo 'This was simply just a hobby project'
echo 'Uses simply os commands'
echo ''

until [ $in -gt 1 ]
do
read -p "ash ~ ${PWD}% " input
Expand Down

0 comments on commit b92169f

Please sign in to comment.