mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(gitea): run on k8s
This commit is contained in:
4
snippets/cut.sh
Normal file
4
snippets/cut.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# limit strings to some length
|
||||
echo 'some string longer than 20 characters' | cut -c '1-20'
|
||||
Reference in New Issue
Block a user