mirror of
https://github.com/edv-pi/pbs-client-docker.git
synced 2025-04-16 19:42:55 +02:00
5 lines
173 B
Bash
5 lines
173 B
Bash
#!/bin/bash
|
|
# shellcheck shell=bash
|
|
find . -type f \( -name "*.sh" -o -name "up" -o -name "run*" \) -exec dos2unix {} \;
|
|
find . -type f | xargs git update-index --chmod=+x
|