Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add links to meta.yaml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk authored Aug 17, 2018
1 parent 8605206 commit 171de88
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ do
# 5. Append `"` at the beginning of each line
sed 's/^/\"/g' |\
# 6. Remove all new lines
tr -d '\n' |\
# 7. Remove last ','
sed 's/,$//g'
tr -d '\n'
echo " \"links\": {\"self\":\"$(echo $i|sed 's/^.//g' )\" }"
echo "}"
done
echo "]"

0 comments on commit 171de88

Please sign in to comment.