Este sitio web funciona mejor con JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
netvor
/
mydots
Seguir
1
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Explorar el Código
Allow for a little nap before the bell
Alois Mahdal
hace 6 años
padre
6303e17f83
commit
e3aad7106e
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
dotfiles/bash/main.bashrc
+ 2
- 0
dotfiles/bash/main.bashrc
Ver fichero
@@ -17,6 +17,8 @@ bb() {
17
17
#
18
18
# Ring the bell
19
19
#
20
+ local stime=${1:-0}
21
+ sleep "$stime"
20
22
printf '\a'
21
23
}
22
24