File: D0737.bashrc2

package info (click to toggle)
ble.sh 0.4.0~git20250321.d4c812b-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,516 kB
  • sloc: sh: 71,367; awk: 1,316; cpp: 750; ansic: 186; javascript: 43; makefile: 35
file content (13 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# bashrc2 -*- mode: sh-mode; mode: sh-bash; -*-

function ble/base/auto-attach {
  PROMPT_COMMAND=
  declare -p BASH_SOURCE BASH_LINENO FUNCNAME LINENO >> /dev/tty
}

PROMPT_COMMAND=ble/base/auto-attach

echo hello world
echo this is not a world
echo test