File: ept-cache

package info (click to toggle)
libept 1.0.4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 14,296 kB
  • ctags: 776
  • sloc: cpp: 4,359; sh: 35; makefile: 17
file content (8 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
echo "*******************************************" >&2
echo "ept-cache has been obsolteted by axi-cache." >&2
echo "This script just invokes axi-cache." >&2
echo "Please run axi-cache instead of ept-cache." >&2
echo "*******************************************" >&2
echo "" >&2
exec axi-cache "$@"