Closed hirohitokato closed 5 years ago
If current directory is different from that of wwdcDownloader.sh, the script aborts with the following error.
wwdcDownloader.sh
% wwdcDownloader.sh --pdf-only <unknown>:0: error: no such file or directory: './wwdcDownloader.swift'
The reason is the path for wwdcDownloader.swift is not ..
wwdcDownloader.swift
.
Therefore I improved the script so that we can download the above situation.
Yes, Thanx. The bash script was a quick and dirty fix for swift 5 issue with shebang. Indeed, thank you for your fix.
O.
If current directory is different from that of
wwdcDownloader.sh
, the script aborts with the following error.The reason is the path for
wwdcDownloader.swift
is not.
.Therefore I improved the script so that we can download the above situation.