Skip to content

Check bash links

Check bash links #18

Workflow file for this run

name: CI
on:
push:
jobs:
linux:
runs-on: ubuntu-latest
steps:
- run: |
ldd "$(which bash)"
readelf -a "$(which bash)"