File: gtab.append_prepare

package info (click to toggle)
gcin 2.8.8%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,672 kB
  • sloc: cpp: 33,774; ansic: 9,313; makefile: 652; sh: 558
file content (6 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#!/bin/bash

[ -f $1 ] && exit 0;

echo 'aaaa 輸入要定義的詞' > $1
echo 'bbbb 或是字' >> $1