File: undistract-me.sh

package info (click to toggle)
undistract-me 0.1.0%2Bgit20200809.2f8ac25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 80 kB
  • sloc: sh: 191; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
# Copyright (c) 2008-2012 undistract-me developers. See LICENSE for details.
#
# Check for interactive bash and that we haven't already been sourced.
[ -z "$BASH_VERSION" -o -z "$PS1" -o -n "$last_command_started_cache" ] && return

. /usr/share/undistract-me/long-running.bash
notify_when_long_running_commands_finish_install