Skip to content

Commit

Permalink
add: things
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 10, 2023
1 parent 11dfdec commit f179627
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions clusters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Examples

- Demos
- Workshops
File renamed without changes.
8 changes: 8 additions & 0 deletions scripts/library/unsorted.sh
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
#!/bin/sh

until_true(){
until "$@"
do
"$@"
sleep 1
done
}
2 changes: 1 addition & 1 deletion scripts/validate_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ init(){
display_help
exit 0
;;
-*) echo >&2 "Invalid option: $@"
-*) echo >&2 "Invalid option: ${@}"
exit 1
;;
esac
Expand Down

0 comments on commit f179627

Please sign in to comment.