File: help

package info (click to toggle)
lsp-plugins 1.2.26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 130,004 kB
  • sloc: cpp: 642,749; xml: 78,805; makefile: 14,229; php: 1,361; sh: 185
file content (10 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Author: Dennis Braun <d_braun@kabelmail.de>

set -e

for l in /usr/bin/lsp-plugins-*
do 
   $l -h
done