File: bar-setup.sh

package info (click to toggle)
modules 5.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,572 kB
  • sloc: exp: 46,525; sh: 5,261; tcl: 3,182; makefile: 1,355; ansic: 466; python: 251; csh: 201; perl: 47; ruby: 44
file content (6 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash
PATH=$(dirname "${BASH_SOURCE[0]}")/bin:$PATH
export PATH
bar() {
    barbin -q -l
}