6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "whatsdirty tool setup completed successfully!"
|
|
echo "Use 'whatsdirty <directory>' to scan git repositories for uncommitted changes."
|
|
echo "The specified directory will be saved for future use."
|