mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Prior to this commit: ``` $ git grep '#!/usr/bin/env bash' | wc -l 8 $ git grep '#!/bin/bash' | wc -l 1 ``` After to this commit: ``` $ git grep '#!/usr/bin/env bash' | wc -l 9 $ git grep '#!/bin/bash' | wc -l 0 ```
56 B
Executable File
56 B
Executable File