File: cafeobj-memo

package info (click to toggle)
cafeobj 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 19,900 kB
  • sloc: lisp: 85,055; sh: 659; makefile: 437; perl: 147
file content (7 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
if [ -n "$3" ] ; then
  ENGINE="-engine $3"
else
  ENGINE=""
fi
echo -e "set always memo $1\nin $2" | cafeobj $ENGINE -q