mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
chore(binana): update files
This commit is contained in:
parent
adb68c759c
commit
df04015c59
12 changed files with 453 additions and 29 deletions
11
script/sort-file
Normal file
11
script/sort-file
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# this script just collects symbols into one file for convenience
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
echo "Select a file"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
awk 1 $1 | sort -k2 -t' '
|
||||
Loading…
Add table
Add a link
Reference in a new issue