チェンジセット 37: misc/sqlite2to3.sh
- コミット日時:
- 2006/11/23 23:51:11 (2 年前)
- ファイル:
-
- misc/sqlite2to3.sh (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
misc/sqlite2to3.sh
r36 r37 1 1 #!/bin/sh 2 2 3 if [ $# = =0 ]; then3 if [ $# = 0 ]; then 4 4 echo "Usage: $0 sqlite2-db-file..." 1>&2 5 5 exit 1
