mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-28 05:46:16 +02:00
7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo "test1"
|
||
|
sleep 1
|
||
|
echo "test2"
|
||
|
sleep 1
|
||
|
echo "test3"
|